testing.common.helperPCs (field)
10 uses
testing (current package)
fuzz.go#L113: if f.helperPCs == nil {
fuzz.go#L114: f.helperPCs = make(map[uintptr]struct{})
fuzz.go#L122: if _, found := f.helperPCs[pc[0]]; !found {
fuzz.go#L123: f.helperPCs[pc[0]] = struct{}{}
testing.go#L633: helperPCs map[uintptr]struct{} // functions to be skipped when writing file/line info
testing.go#L788: for pc := range c.helperPCs {
testing.go#L1172: if c.helperPCs == nil {
testing.go#L1173: c.helperPCs = make(map[uintptr]struct{})
testing.go#L1181: if _, found := c.helperPCs[pc[0]]; !found {
testing.go#L1182: c.helperPCs[pc[0]] = struct{}{}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)